GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-08T11:52:05.7487128+00:00",
"SubmitDate": "2025-12-08T11:52:05.7487128+00:00",
"ReportPeriodStart": "2025-12-08T11:52:05.7487128+00:00",
"ReportPeriodEnd": "2025-12-08T11:52:05.7487128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f61ec044-c490-4ade-9ecd-74244aee885f",
"Rows": [
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f61ec044-c490-4ade-9ecd-74244aee885f",
"Rows": [
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb0eb7da-95fb-4e0a-bb8f-8609837dd197",
"95b24477-2079-491f-983e-0bded95c7ccc"
],
"Approvers": [
"e510a296-34a5-4639-aa57-b16f4a0200d8",
"9df5b02a-a9d3-4c8b-8217-5bcb5d9e7885"
],
"ApprovedBy": "a2b643e5-1d66-4903-81bb-ce2b89109561",
"ApprovalDate": "2025-12-08T11:52:05.7487128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a988da2-6948-44c9-a51e-be5ea97f3e4f",
"id": "22346261-3e91-417c-a0fb-e1da1d80ed32",
"ConfigId": "9f342495-de1b-4a7c-8d47-48cc7aa6e6f0"
},
{
"GenerationDate": "2025-12-08T11:52:05.7487128+00:00",
"SubmitDate": "2025-12-08T11:52:05.7487128+00:00",
"ReportPeriodStart": "2025-12-08T11:52:05.7487128+00:00",
"ReportPeriodEnd": "2025-12-08T11:52:05.7487128+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f61ec044-c490-4ade-9ecd-74244aee885f",
"Rows": [
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f61ec044-c490-4ade-9ecd-74244aee885f",
"Rows": [
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5dbd44a-f007-4759-8b7e-591b3a5b0425",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb0eb7da-95fb-4e0a-bb8f-8609837dd197",
"95b24477-2079-491f-983e-0bded95c7ccc"
],
"Approvers": [
"e510a296-34a5-4639-aa57-b16f4a0200d8",
"9df5b02a-a9d3-4c8b-8217-5bcb5d9e7885"
],
"ApprovedBy": "a2b643e5-1d66-4903-81bb-ce2b89109561",
"ApprovalDate": "2025-12-08T11:52:05.7487128+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a988da2-6948-44c9-a51e-be5ea97f3e4f",
"id": "22346261-3e91-417c-a0fb-e1da1d80ed32",
"ConfigId": "9f342495-de1b-4a7c-8d47-48cc7aa6e6f0"
}
]